/*background*/
.w-192 {
    width: 192px;
}
.bg-primary {
	background-color: #0b81e1 !important;
}

.background-light-rgba-50 {
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(255, 255, 255, .5) !important;
}

.background-light-rgba-70 {
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(255, 255, 255, .7) !important;
}

.background-dark-rgba-70 {
	-webkit-backdrop-filter: saturate(180%) blur(10px);
	backdrop-filter: saturate(180%) blur(10px);
	background-color: rgba(0, 0, 0, .7) !important;
}

/*font-size*/
.fz-12 {
	font-size: 0.75rem;
}

.fz-14 {
	font-size: 0.875rem;
}

.fz-15 {
	font-size: 0.9375rem;
}

.fz-16 {
	font-size: 1rem;
}

.fz-18 {
	font-size: 1.125rem;
}

.fz-20 {
	font-size: 1.25rem;
}

.fz-22 {
	font-size: 1.375rem;
}

.fz-24 {
	font-size: 1.5rem;
}

.fz-26 {
	font-size: 1.625rem;
}

.fz-32 {
	font-size: 2rem;
}

.fz-35 {
	font-size: 2.1875rem;
}

.fz-40 {
	font-size: 2.5rem;
}

.fz-42 {
	font-size: 2.625rem;
}

.fz-60 {
	font-size: 3.75rem;
}

.fz-80 {
	font-size: 5rem;
}

.fz-100 {
	font-size: 6.25rem;
}


/*line-height*/
.lh-100 {
	line-height: 1;
}

.lh-115 {
	line-height: 1.15;
}

.lh-125 {
	line-height: 1.25;
}

.lh-150 {
	line-height: 1.5;
}

.lh-175 {
	line-height: 1.75;
}

.lh-200 {
	line-height: 2 !important;
}

.lh-225 {
	line-height: 2.25;
}

.lh-250 {
	line-height: 2.5;
}

.lh-275 {
	line-height: 2.75;
}

.lh-300 {
	line-height: 3;
}

/*text-indent*/
.text-indent-2 {
	text-indent: 2em;
}

/*text-color*/
.text-blue {
	color: #0064b5 !important;
}

/*z-index*/
.z-1 {
	z-index: 1 !important;
}

.z-50 {
	z-index: 50 !important;
}

.z-99 {
	z-index: 99 !important;
}

.z-9999 {
	z-index: 9999 !important;
}

/*box-shadow*/
.box-shadow-0 {
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important;
}

/*text-shadow*/
.text-shadow-2 {
	text-shadow: 0.125rem 0.125rem 0.125rem rgba(0, 0, 0, 1) !important;
}

/*letter-spacing*/
.letter-spacing-1 {
	letter-spacing: 0.0625rem;
}

.letter-spacing-2 {
	letter-spacing: 0.125rem;
}

.letter-spacing-3 {
	letter-spacing: 0.1875rem;
}

.letter-spacing-4 {
	letter-spacing: 0.25rem;
}

.letter-spacing-5 {
	letter-spacing: 0.3125rem;
}

.letter-spacing-6 {
	letter-spacing: 0.375rem;
}

.letter-spacing-7 {
	letter-spacing: 0.4375rem;
}

.letter-spacing-8 {
	letter-spacing: 0.5rem;
}

.letter-spacing-9 {
	letter-spacing: 0.5625rem;
}

.letter-spacing-10 {
	letter-spacing: 0.625rem;
}

/* text */
.text-black-70 {
	color: rgba(0,0,0,.7)!important;
}
